CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - calculator stack

搜索资源列表

  1. calculator_frame

    0下载:
  2. 栈计算器 两个栈实现,操作符栈和操作数栈-Calculator stack to achieve the two stacks, operator operand stack and stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1684
    • 提供者:gongzheng
  1. stack

    0下载:
  2. 用栈实现算术表达式 一个小小的科学计算器,根据用户输入的表达式计算出结果-Arithmetic expressions using stacks to achieve a small scientific calculator, in accordance with user input to calculate the results of the expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1376
    • 提供者:jwjshitiancai
  1. expression

    0下载:
  2. C++ 用栈实现的命令符计算器,进行前缀表达式的计算-C++ Used stack order to achieve Fu calculator for the calculation of expression prefix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:10340
    • 提供者:罗媛
  1. Calculator

    0下载:
  2. 对任意的一个算术表达式进行加减乘除运算,表 达式有误会显示提示。主要用的知识 : 栈,字符串处理等等 -Of an arbitrary arithmetic expressions Math & Computing, shows a misunderstanding has prompted expressions. The main use of knowledge: the stack, the string handle and so on
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3147
    • 提供者:小瑶
  1. Stack

    0下载:
  2. 基于堆栈的计算器,vc++开发,学习,从顶而下的设计思想-Stack-based calculator, vc++ development, study, from the top-down design idea
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1013
    • 提供者:张胜超
  1. 20080405_9a428821385c382c2511qbZ6dSFYrYC3

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculators, in fact, in my opinion much better than using Windows system calculator. Main features are support for polynomial computing,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:69114
    • 提供者:陈 波
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:33009
    • 提供者:韩非
  1. calculator

    0下载:
  2. 界面的表达式计算器,用对话框和栈实现,可以判断表达式的是否正确输入-Expression calculator interface with dialog boxes and stack to achieve, you can determine whether the correct input expression
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:64470
    • 提供者:chenzhengjun
  1. Calculator11

    0下载:
  2. 数据库课程设计计算器 数据结构是栈 Calculator stack-Calculator stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:326708
    • 提供者:刘煌
  1. Ballastic_Calculator

    0下载:
  2. Ballastic Calculator Interface designe for Army TANK (Xilinx Verilog, Schematics)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2699721
    • 提供者:Tomahawk
  1. calculator

    0下载:
  2. 用栈实现简单计算器功能。中缀转后缀表达式-Simple calculator using stack functions. Expression infix to suffix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:415018
    • 提供者:litianda
  1. calculator

    0下载:
  2. Write the Calculator using the struct Stack!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:481930
    • 提供者:Sashenceto
  1. Calculator

    0下载:
  2. 此程序用堆栈来实现多项式计算,用c++来实现-This program uses the stack to achieve polynomial calculation, using c++ to achieve the
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1556976
    • 提供者:王磊
  1. calculator

    0下载:
  2. 运用栈判断括号是否成对来实现的基本计算器-The use of the stack to determine whether the pairs of brackets to achieve the basic calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:5798
    • 提供者:guo
  1. calculator

    0下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-21
    • 文件大小:416646
    • 提供者:liujianye
  1. calculator

    1下载:
  2. 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
  3. 所属分类:Data structs

    • 发布日期:2015-12-15
    • 文件大小:440320
    • 提供者:JJWM
  1. calculator

    1下载:
  2. 用链栈做计算器,数据结构实验课作业,原创代码-Chain calculator stack data structure to do
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1451
    • 提供者:唐糖
  1. Calculator(Stack)

    0下载:
  2. 用c++语言简易计算器,利用堆栈结构-Simple calculator c++ languages, the use of the stack structure. .
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:860105
    • 提供者:zxy
  1. Calculator

    0下载:
  2. 使用堆栈来解决计算器问题,非常详细的讲解了堆栈的使用方式。-Use the calculator stack to solve the problem, very detailed explanation of the stack is used.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:85114
    • 提供者:Tian
  1. Calculator

    0下载:
  2. 利用stack开发的简单计算软件,能进行各种简单运算(The simple computing software developed by stack can carry out a variety of simple operations)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:935936
    • 提供者:天南
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com